Versions:

  • 0.2.0
  • 0.1.0-beta.1

Myna is a lightweight Windows utility developed by Jeyamurugan that streamlines interaction with Amazon Web Services by offering a Postman-like interface specifically tuned for AWS endpoints. Designed for cloud developers, DevOps engineers, and system administrators who regularly test or debug calls to AWS APIs, the program presents a familiar graphical workspace where users can craft HTTP requests, attach IAM signatures, and inspect service responses without leaving the desktop. The layout mirrors the workflow of mainstream REST clients—an address bar for the AWS endpoint, selectable regions and services, headers and body editors, and a response pane with syntax-highlighted JSON—while silently handling SigV4 signing, credential rotation, and session token refreshes in the background. Typical use cases include validating new Lambda function URLs, experimenting with S3 pre-signed object operations, troubleshooting API Gateway integrations, or rehearsing IAM policy changes against live infrastructure before committing them to automation scripts. Version 0.2.0, the second public release, refines the signature engine, adds support for temporary credentials obtained through SSO and STS AssumeRole, and introduces environment variables that let teams switch between dev, staging, and production contexts without manual reconfiguration. Earlier iterations laid the groundwork for service discovery and request history; the current build expands on that foundation with collapsible request collections and the ability to duplicate, reorder, and export entire folders for sharing via Git. Because the executable is portable and settings are stored in a local JSON file, Myna can be carried on a flash drive or checked into a repository alongside infrastructure-as-code templates, ensuring that every teammate invokes AWS endpoints with identical parameters. The software is available for free on get.nero.com, with downloads provided via trusted Windows package sources such as winget, always delivering the latest version and supporting batch installation of multiple applications.

Tags: